home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / snrmlsrf.6 < prev    next >
Text File  |  1996-07-16  |  521b  |  20 lines

  1. .TH SNRMLSRF
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. SNRMLSRF
  5.  
  6.  
  7.  
  8.  SurfaceType SNRMLSRF( SurfaceType Srf )
  9.  
  10. Symbolically computes a vector field surface representing the non-normalized
  11. normals of the given surface. That is the normal surface, evaluated at
  12. (u, v), provides a vector in the direction of the normal of the original
  13. surface at (u, v). The normal surface is computed as the symbolic cross
  14. product of the two surfaces representing the partial derivatives of the
  15. original surface.
  16.  
  17. Example:
  18.  
  19.  NrmlSrf = SNRMLSRF( Srf );
  20.